home *** CD-ROM | disk | FTP | other *** search
- echo "*n"
- echo "*e[2m SizeShell 1.0*e[0m*n"
- echo "Installing SizeShell....*n"
- echo "WARNING: I will replace sys:system/shell.info*n"
- echo noline "Do you want to go on? (y/n)"
-
- set > nil: InpVar ?
-
- if $InpVar eq "ja"
- skip Start
- endif
-
- if $InpVar eq "j"
- skip Start
- endif
-
- if $InpVar eq "y"
- skip Start
- endif
-
- if $InpVar eq "yes"
- skip Start
- endif
-
- echo "...aborted"
- quit
-
- lab Start
-
- Copy >nil: shell#? sys:system/
- Copy sizeshell c:
-
- echo "Installation succesfull"
-